home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFTPPROFILEFRAME / TFTPPROFILEFRAME.txt
Text File  |  2008-11-03  |  21KB  |  785 lines

  1. object FtpProfileFrame: TFtpProfileFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 329
  5.   Height = 426
  6.   TabOrder = 0
  7.   object PageControl: TUiPageControl
  8.     Left = 0
  9.     Top = 0
  10.     Width = 329
  11.     Height = 426
  12.     ActivePage = tsGeneral
  13.     TabOrder = 0
  14.     object tsGeneral: TUiTabSheet
  15.       HelpType = htKeyword
  16.       HelpKeyword = 'FTP_Profile_General'
  17.       Caption = 'General'
  18.       object LoginGroupBox: TUiGroupBox
  19.         Left = 8
  20.         Top = 8
  21.         Width = 305
  22.         Height = 185
  23.         Caption = 'Login'
  24.         TabOrder = 0
  25.         object ProtocolLbl: TUiLabel
  26.           Left = 8
  27.           Top = 16
  28.           Height = 13
  29.           Caption = '&Protocol:'
  30.           FocusControl = ProtocolEdit
  31.         end
  32.         object PortLbl: TUiLabel
  33.           Left = 248
  34.           Top = 16
  35.           Height = 13
  36.           Caption = 'Port:'
  37.           FocusControl = PortEdit
  38.         end
  39.         object HostLbl: TUiLabel
  40.           Left = 8
  41.           Top = 56
  42.           Height = 13
  43.           Caption = '&Host:'
  44.           FocusControl = HostEdit
  45.         end
  46.         object UsernameLbl: TUiLabel
  47.           Left = 8
  48.           Top = 120
  49.           Height = 13
  50.           Caption = '&Username:'
  51.           FocusControl = UsernameEdit
  52.         end
  53.         object PasswordLbl: TUiLabel
  54.           Left = 160
  55.           Top = 120
  56.           Height = 13
  57.           Caption = '&Password:'
  58.           FocusControl = PasswordEdit
  59.         end
  60.         object ProtocolEdit: TUiComboBox
  61.           Left = 8
  62.           Top = 32
  63.           Width = 232
  64.           Height = 21
  65.           Style = csDropDownList
  66.           ItemHeight = 13
  67.           TabOrder = 0
  68.           OnChange = ProtocolTypeChanged
  69.         end
  70.         object PortEdit: TUiNumEdit
  71.           Left = 248
  72.           Top = 32
  73.           Width = 49
  74.           Height = 21
  75.           MaxLength = 5
  76.           TabOrder = 1
  77.           OnChange = SomethingChangedClick
  78.         end
  79.         object HostEdit: TUiEdit
  80.           Left = 8
  81.           Top = 72
  82.           Width = 289
  83.           Height = 21
  84.           TabOrder = 2
  85.           OnChange = SomethingChangedClick
  86.         end
  87.         object AnonymousEdit: TUiCheckBox
  88.           Left = 8
  89.           Top = 100
  90.           Height = 17
  91.           Caption = 'Anonymous login'
  92.           TabOrder = 3
  93.           OnClick = SomethingChangedClick
  94.         end
  95.         object UsernameEdit: TUiEdit
  96.           Left = 8
  97.           Top = 136
  98.           Width = 144
  99.           Height = 21
  100.           TabOrder = 4
  101.           OnChange = SomethingChangedClick
  102.         end
  103.         object PasswordEdit: TUiEdit
  104.           Left = 160
  105.           Top = 136
  106.           Width = 137
  107.           Height = 21
  108.           TabOrder = 5
  109.           OnChange = SomethingChangedClick
  110.           EchoMode = emPassword
  111.         end
  112.         object SavePasswordEdit: TUiCheckBox
  113.           Left = 160
  114.           Top = 160
  115.           Height = 17
  116.           Caption = 'Save password'
  117.           TabOrder = 6
  118.           OnClick = SomethingChangedClick
  119.         end
  120.       end
  121.       object ServerGroupBox: TUiGroupBox
  122.         Left = 8
  123.         Top = 200
  124.         Width = 305
  125.         Height = 186
  126.         Caption = 'Server'
  127.         TabOrder = 2
  128.         object CodePageLbl: TUiLabel
  129.           Left = 8
  130.           Top = 40
  131.           Height = 13
  132.           Caption = 'Encoding:'
  133.           FocusControl = CodePageEdit
  134.         end
  135.         object TimeZoneLbl: TUiLabel
  136.           Left = 8
  137.           Top = 80
  138.           Height = 13
  139.           Caption = 'Time &zone:'
  140.           FocusControl = TimeZoneEdit
  141.         end
  142.         object CustomInitCommandsLbl: TUiLabel
  143.           Left = 8
  144.           Top = 120
  145.           Height = 13
  146.           Caption = 'Custom login commands:'
  147.           FocusControl = CustomInitCommandsEdit
  148.         end
  149.         object CaseSensitiveEdit: TUiCheckBox
  150.           Left = 8
  151.           Top = 20
  152.           Height = 17
  153.           Caption = 'Filenames are case sensitive'
  154.           TabOrder = 0
  155.           OnClick = SomethingChangedClick
  156.         end
  157.         object CodePageEdit: TUiComboBox
  158.           Left = 8
  159.           Top = 56
  160.           Width = 289
  161.           Height = 21
  162.           Style = csDropDownList
  163.           ItemHeight = 13
  164.           TabOrder = 1
  165.           OnChange = SomethingChangedClick
  166.         end
  167.         object TimeZoneEdit: TUiTimeZoneEdit
  168.           Left = 8
  169.           Top = 96
  170.           Width = 289
  171.           Height = 21
  172.           ItemHeight = 13
  173.           TabOrder = 2
  174.           OnChange = SomethingChangedClick
  175.         end
  176.         object CustomInitCommandsEdit: TUiMemo
  177.           Left = 8
  178.           Top = 136
  179.           Width = 289
  180.           Height = 44
  181.           TabOrder = 3
  182.           OnChange = SomethingChangedClick
  183.         end
  184.       end
  185.       object UseServerDefaultsEdit: TUiCheckBox
  186.         Left = 230
  187.         Top = 196
  188.         Width = 74
  189.         Height = 17
  190.         Caption = 'Use default'
  191.         TabOrder = 1
  192.         OnClick = UseDefaultClick
  193.         AutoSize = asRight
  194.       end
  195.     end
  196.     object tsConnection: TUiTabSheet
  197.       HelpType = htKeyword
  198.       HelpKeyword = 'FTP_Profile_Connection'
  199.       Caption = 'Connection'
  200.       object ConnectionGroupBox: TUiGroupBox
  201.         Left = 8
  202.         Top = 8
  203.         Width = 305
  204.         Height = 203
  205.         Caption = 'Connection'
  206.         TabOrder = 1
  207.         object MaxConnectionsLbl: TUiLabel
  208.           Left = 8
  209.           Top = 22
  210.           Height = 13
  211.           Caption = '&Simultaneous connections:'
  212.           FocusControl = MaxConnectionsEdit
  213.         end
  214.         object ReadTimeoutLbl: TUiLabel
  215.           Left = 8
  216.           Top = 48
  217.           Height = 13
  218.           Caption = '&Read timeout (seconds):'
  219.           FocusControl = ReadTimeoutEdit
  220.         end
  221.         object DataPortMinLbl: TUiLabel
  222.           Left = 25
  223.           Top = 115
  224.           Height = 13
  225.           Caption = 'Min:'
  226.           FocusControl = DataPortMinEdit
  227.         end
  228.         object DataPortMaxLbl: TUiLabel
  229.           Left = 129
  230.           Top = 115
  231.           Height = 13
  232.           Caption = 'Max:'
  233.           FocusControl = DataPortMaxEdit
  234.         end
  235.         object MaxConnectionsEdit: TUiSpinEdit
  236.           Left = 160
  237.           Top = 18
  238.           Width = 50
  239.           Height = 21
  240.           Max = 10
  241.           MaxLength = 2
  242.           Min = 1
  243.           Position = 1
  244.           TabOrder = 0
  245.           OnChange = SomethingChangedClick
  246.         end
  247.         object ReadTimeoutEdit: TUiSpinEdit
  248.           Left = 160
  249.           Top = 45
  250.           Width = 50
  251.           Height = 21
  252.           TabOrder = 1
  253.           OnChange = SomethingChangedClick
  254.         end
  255.         object PassiveEdit: TUiCheckBox
  256.           Left = 8
  257.           Top = 73
  258.           Height = 17
  259.           Caption = '&Passive transfers (PASV)'
  260.           TabOrder = 2
  261.           OnClick = SomethingChangedClick
  262.         end
  263.         object DataPortLimitedEdit: TUiCheckBox
  264.           Left = 8
  265.           Top = 92
  266.           Height = 17
  267.           Caption = '&Limit ports used for active transfers (PORT):'
  268.           TabOrder = 3
  269.           OnClick = SomethingChangedClick
  270.         end
  271.         object DataPortMinEdit: TUiNumEdit
  272.           Left = 56
  273.           Top = 112
  274.           Width = 37
  275.           Height = 21
  276.           MaxLength = 5
  277.           TabOrder = 4
  278.           OnChange = SomethingChangedClick
  279.         end
  280.         object DataPortMaxEdit: TUiNumEdit
  281.           Left = 160
  282.           Top = 112
  283.           Width = 41
  284.           Height = 21
  285.           TabOrder = 5
  286.           OnChange = SomethingChangedClick
  287.         end
  288.         object UseHOSTEdit: TUiCheckBox
  289.           Left = 8
  290.           Top = 140
  291.           Height = 17
  292.           Caption = 'Use &HOST before login'
  293.           TabOrder = 6
  294.           OnClick = SomethingChangedClick
  295.         end
  296.         object ClearControlChannelEdit: TUiCheckBox
  297.           Left = 8
  298.           Top = 159
  299.           Height = 17
  300.           Caption = 'Clear &control channel (SSL only)'
  301.           TabOrder = 7
  302.           OnClick = SomethingChangedClick
  303.         end
  304.         object ClearDataChannelEdit: TUiCheckBox
  305.           Left = 8
  306.           Top = 178
  307.           Height = 17
  308.           Caption = 'Clear &data channel (SSL only)'
  309.           TabOrder = 8
  310.           OnClick = SomethingChangedClick
  311.         end
  312.       end
  313.       object UseConnectionDefaultsEdit: TUiCheckBox
  314.         Left = 230
  315.         Top = 6
  316.         Width = 74
  317.         Height = 17
  318.         Caption = 'Use default'
  319.         TabOrder = 0
  320.         OnClick = UseDefaultClick
  321.         AutoSize = asRight
  322.       end
  323.       object ProxyGroupBox: TUiGroupBox
  324.         Left = 8
  325.         Top = 222
  326.         Width = 305
  327.         Height = 167
  328.         Caption = 'Proxy'
  329.         TabOrder = 3
  330.         object ProxyTypeLbl: TUiLabel
  331.           Left = 8
  332.           Top = 36
  333.           Height = 13
  334.           Caption = 'Proxy type:'
  335.           FocusControl = ProxyTypeEdit
  336.         end
  337.         object ProxyHostLbl: TUiLabel
  338.           Left = 8
  339.           Top = 76
  340.           Height = 13
  341.           Caption = 'Host:'
  342.           FocusControl = ProxyHostEdit
  343.         end
  344.         object ProxyPortLbl: TUiLabel
  345.           Left = 246
  346.           Top = 76
  347.           Height = 13
  348.           Caption = 'Port:'
  349.           FocusControl = ProxyPortEdit
  350.         end
  351.         object ProxyUsernameLbl: TUiLabel
  352.           Left = 8
  353.           Top = 118
  354.           Height = 13
  355.           Caption = 'Username:'
  356.           FocusControl = ProxyUsernameEdit
  357.         end
  358.         object ProxyPasswordLbl: TUiLabel
  359.           Left = 155
  360.           Top = 118
  361.           Height = 13
  362.           Caption = 'Password:'
  363.           FocusControl = ProxyPasswordEdit
  364.         end
  365.         object ProxyEnabledEdit: TUiCheckBox
  366.           Left = 8
  367.           Top = 16
  368.           Height = 17
  369.           Caption = 'Use proxy'
  370.           TabOrder = 0
  371.           OnClick = SomethingChangedClick
  372.         end
  373.         object ProxyTypeEdit: TUiComboBox
  374.           Left = 8
  375.           Top = 51
  376.           Width = 288
  377.           Height = 21
  378.           Style = csDropDownList
  379.           ItemHeight = 0
  380.           TabOrder = 1
  381.           OnChange = ProxyTypeChanged
  382.         end
  383.         object ProxyHostEdit: TUiEdit
  384.           Left = 8
  385.           Top = 91
  386.           Width = 232
  387.           Height = 21
  388.           TabOrder = 2
  389.           OnChange = SomethingChangedClick
  390.         end
  391.         object ProxyPortEdit: TUiNumEdit
  392.           Left = 246
  393.           Top = 91
  394.           Width = 50
  395.           Height = 21
  396.           MaxLength = 5
  397.           TabOrder = 3
  398.           OnChange = SomethingChangedClick
  399.         end
  400.         object ProxyUsernameEdit: TUiEdit
  401.           Left = 8
  402.           Top = 134
  403.           Width = 141
  404.           Height = 21
  405.           TabOrder = 4
  406.           OnChange = SomethingChangedClick
  407.         end
  408.         object ProxyPasswordEdit: TUiEdit
  409.           Left = 155
  410.           Top = 134
  411.           Width = 141
  412.           Height = 21
  413.           TabOrder = 5
  414.           OnChange = SomethingChangedClick
  415.           EchoMode = emPassword
  416.         end
  417.       end
  418.       object UseProxyDefaultsEdit: TUiCheckBox
  419.         Left = 230
  420.         Top = 218
  421.         Width = 74
  422.         Height = 17
  423.         Caption = 'Use default'
  424.         TabOrder = 2
  425.         OnClick = UseDefaultClick
  426.         AutoSize = asRight
  427.       end
  428.     end
  429.     object tsListing: TUiTabSheet
  430.       HelpType = htKeyword
  431.       HelpKeyword = 'FTP_Profile_Listings'
  432.       Caption = 'Listings'
  433.       object UseListingDefaultsEdit: TUiCheckBox
  434.         Left = 8
  435.         Top = 8
  436.         Height = 17
  437.         Caption = 'Use default'
  438.         TabOrder = 0
  439.         OnClick = UseDefaultClick
  440.       end
  441.       object ListOptionsGroupBox: TUiGroupBox
  442.         Left = 8
  443.         Top = 32
  444.         Width = 305
  445.         Height = 147
  446.         Caption = 'LIST options'
  447.         TabOrder = 1
  448.         object floUseMLSDEdit: TUiCheckBox
  449.           Left = 8
  450.           Top = 20
  451.           Height = 17
  452.           Caption = 'Use MLSD command'
  453.           TabOrder = 0
  454.           OnClick = SomethingChangedClick
  455.         end
  456.         object floShowHiddenEdit: TUiCheckBox
  457.           Left = 8
  458.           Top = 40
  459.           Height = 17
  460.           Caption = 'Show hidden [-a]'
  461.           TabOrder = 1
  462.           OnClick = SomethingChangedClick
  463.         end
  464.         object floForceLongFormatEdit: TUiCheckBox
  465.           Left = 8
  466.           Top = 60
  467.           Height = 17
  468.           Caption = 'Force long format [-l]'
  469.           TabOrder = 2
  470.           OnClick = SomethingChangedClick
  471.         end
  472.         object floCompleteTimestampsEdit: TUiCheckBox
  473.           Left = 8
  474.           Top = 80
  475.           Height = 17
  476.           Caption = 'Complete timestamps [-T]'
  477.           TabOrder = 3
  478.           OnClick = SomethingChangedClick
  479.         end
  480.         object floResolveLinksEdit: TUiCheckBox
  481.           Left = 8
  482.           Top = 100
  483.           Height = 17
  484.           Caption = 'Resolve links [-L]'
  485.           TabOrder = 4
  486.           OnClick = SomethingChangedClick
  487.         end
  488.         object floRecursiveEdit: TUiCheckBox
  489.           Left = 8
  490.           Top = 120
  491.           Height = 17
  492.           Caption = 'Recursive [-R]'
  493.           TabOrder = 5
  494.           OnClick = SomethingChangedClick
  495.         end
  496.       end
  497.       object LinkResolutionEdit: TUiRadioGroup
  498.         Left = 8
  499.         Top = 184
  500.         Width = 305
  501.         Height = 73
  502.         Caption = 'Link resolution'
  503.         Items.WideStrings = (
  504.           'Fast'
  505.           'Simple'
  506.           'Complete')
  507.         TabOrder = 2
  508.         OnClick = SomethingChangedClick
  509.       end
  510.       object ListingMiscGroupBox: TUiGroupBox
  511.         Left = 8
  512.         Top = 264
  513.         Width = 305
  514.         Height = 65
  515.         Caption = 'Miscellaneous'
  516.         TabOrder = 3
  517.         object FetchIncompleteTimestampsEdit: TUiCheckBox
  518.           Left = 8
  519.           Top = 20
  520.           Height = 17
  521.           Caption = 'Fetch incomplete timestamps'
  522.           TabOrder = 0
  523.           OnClick = SomethingChangedClick
  524.         end
  525.         object HideVMSVersionsEdit: TUiCheckBox
  526.           Left = 8
  527.           Top = 40
  528.           Height = 17
  529.           Caption = 'Hide VMS versions'
  530.           TabOrder = 1
  531.           OnClick = SomethingChangedClick
  532.         end
  533.       end
  534.     end
  535.     object tsTransfer: TUiTabSheet
  536.       HelpType = htKeyword
  537.       HelpKeyword = 'FTP_Profile_Transfer'
  538.       Caption = 'Transfer'
  539.       object ASCIITypesLbl: TUiLabel
  540.         Left = 216
  541.         Top = 220
  542.         Height = 13
  543.         Caption = 'ASCII types:'
  544.         FocusControl = ASCIITypesEdit
  545.       end
  546.       object ASCIITypesSharedLbl: TUiLabel
  547.         Left = 116
  548.         Top = 380
  549.         Width = 198
  550.         Height = 13
  551.         Alignment = taRightJustify
  552.         Caption = 'The ASCII types setting affects all profiles.'
  553.         FocusControl = ASCIITypesEdit
  554.       end
  555.       object UseTransferDefaultsEdit: TUiCheckBox
  556.         Left = 8
  557.         Top = 8
  558.         Height = 17
  559.         Caption = 'Use default'
  560.         TabOrder = 0
  561.         OnClick = UseDefaultClick
  562.       end
  563.       object TransferGroupBox: TUiGroupBox
  564.         Left = 8
  565.         Top = 32
  566.         Width = 305
  567.         Height = 181
  568.         Caption = 'Transfers'
  569.         TabOrder = 1
  570.         object DownloadThrottleKbpsLbl: TUiLabel
  571.           Left = 8
  572.           Top = 84
  573.           Height = 13
  574.           Caption = 'Limit download (Kbps): '
  575.           FocusControl = DownloadThrottleKbpsEdit
  576.         end
  577.         object UploadThrottleKbpsLbl: TUiLabel
  578.           Left = 8
  579.           Top = 132
  580.           Height = 13
  581.           Caption = 'Limit upload (Kbps):'
  582.           FocusControl = UploadThrottleKbpsEdit
  583.         end
  584.         object PreserveTimestampsOnUploadEdit: TUiCheckBox
  585.           Left = 8
  586.           Top = 20
  587.           Height = 17
  588.           Caption = 'Preserve timestamps on upload'
  589.           TabOrder = 0
  590.           OnClick = SomethingChangedClick
  591.         end
  592.         object CompressTransfersEdit: TUiCheckBox
  593.           Left = 8
  594.           Top = 40
  595.           Height = 17
  596.           Caption = 'Compress transfers (MODE Z)'
  597.           TabOrder = 1
  598.           OnClick = SomethingChangedClick
  599.         end
  600.         object ForcePipeliningEdit: TUiCheckBox
  601.           Left = 8
  602.           Top = 60
  603.           Height = 17
  604.           Caption = 'Force faster uploads to older OpenSSH servers'
  605.           TabOrder = 2
  606.         end
  607.         object DownloadThrottleKbpsEdit: TUiSpinEdit
  608.           Left = 8
  609.           Top = 100
  610.           Width = 50
  611.           Height = 21
  612.           TabOrder = 3
  613.           OnChange = SomethingChangedClick
  614.         end
  615.         object UploadThrottleKbpsEdit: TUiSpinEdit
  616.           Left = 8
  617.           Top = 148
  618.           Width = 50
  619.           Height = 21
  620.           TabOrder = 4
  621.           OnChange = SomethingChangedClick
  622.         end
  623.       end
  624.       object TransferTypeEdit: TUiRadioGroup
  625.         Left = 8
  626.         Top = 220
  627.         Width = 201
  628.         Height = 73
  629.         Caption = 'Transfer type'
  630.         Items.WideStrings = (
  631.           'Auto'
  632.           'ASCII'
  633.           'Binary')
  634.         TabOrder = 2
  635.         OnClick = SomethingChangedClick
  636.       end
  637.       object FilenameConversionEdit: TUiRadioGroup
  638.         Left = 8
  639.         Top = 300
  640.         Width = 201
  641.         Height = 73
  642.         Caption = 'Filename conversion'
  643.         Items.WideStrings = (
  644.           'Don'#39't change'
  645.           'lower case'
  646.           'UPPER CASE')
  647.         TabOrder = 3
  648.         OnClick = SomethingChangedClick
  649.       end
  650.       object ASCIITypesEdit: TUiMemo
  651.         Left = 216
  652.         Top = 236
  653.         Width = 97
  654.         Height = 137
  655.         ScrollBars = ssVertical
  656.         TabOrder = 4
  657.         WordWrap = False
  658.         OnChange = SomethingChangedClick
  659.       end
  660.     end
  661.     object tsAuthentication: TUiTabSheet
  662.       HelpType = htKeyword
  663.       HelpKeyword = 'FTP_Profile_Authentication'
  664.       Caption = 'Authentication'
  665.       object AuthenticationSharedLbl: TUiLabel
  666.         Left = 132
  667.         Top = 10
  668.         Width = 180
  669.         Height = 13
  670.         Alignment = taRightJustify
  671.         Caption = 'These settings are used for all profiles.'
  672.       end
  673.       object AnonymousGroupBox: TUiGroupBox
  674.         Left = 8
  675.         Top = 32
  676.         Width = 305
  677.         Height = 65
  678.         Caption = 'Anonymous logins'
  679.         TabOrder = 0
  680.         object EmailAddressLbl: TUiLabel
  681.           Left = 8
  682.           Top = 16
  683.           Height = 13
  684.           Caption = 'E&mail address:'
  685.           FocusControl = EmailAddressEdit
  686.         end
  687.         object EmailAddressEdit: TUiEdit
  688.           Left = 8
  689.           Top = 32
  690.           Width = 289
  691.           Height = 21
  692.           TabOrder = 0
  693.           OnChange = SomethingChangedClick
  694.         end
  695.       end
  696.       object SSHGroupBox: TUiGroupBox
  697.         Left = 8
  698.         Top = 104
  699.         Width = 305
  700.         Height = 105
  701.         Caption = 'SSH public key authentication'
  702.         TabOrder = 1
  703.         object SSHPrivateKeyFileLbl: TUiLabel
  704.           Left = 8
  705.           Top = 16
  706.           Height = 13
  707.           Caption = 'Private key file:'
  708.           FocusControl = SSHPrivateKeyFileEdit
  709.         end
  710.         object SSHPrivateKeyFileBrowseBtn: TUiBrowseSpeedButton
  711.           Left = 272
  712.           Top = 32
  713.           Hint = 'Browse for key file'
  714.           BrowseEdit = SSHPrivateKeyFileEdit
  715.         end
  716.         object SSHPassphraseLbl: TUiLabel
  717.           Left = 8
  718.           Top = 56
  719.           Height = 13
  720.           Caption = 'Passphrase:'
  721.           FocusControl = SSHPassphraseEdit
  722.         end
  723.         object SSHPrivateKeyFileEdit: TUiBrowseEdit
  724.           Left = 8
  725.           Top = 32
  726.           Width = 257
  727.           Height = 21
  728.           TabOrder = 0
  729.           OnChange = SomethingChangedClick
  730.           OnBrowse = Browse
  731.         end
  732.         object SSHPassphraseEdit: TUiEdit
  733.           Left = 8
  734.           Top = 72
  735.           Width = 185
  736.           Height = 21
  737.           TabOrder = 1
  738.           OnChange = SomethingChangedClick
  739.           EchoMode = emPassword
  740.         end
  741.         object SSHCreateKeysBtn: TUiButton
  742.           Left = 200
  743.           Top = 72
  744.           Width = 97
  745.           Caption = 'Create Keys'
  746.           TabOrder = 2
  747.           OnClick = SSHCreateKeysClick
  748.         end
  749.       end
  750.       object SSLGroupBox: TUiGroupBox
  751.         Left = 8
  752.         Top = 224
  753.         Width = 305
  754.         Height = 81
  755.         Caption = 'SSL client certificate'
  756.         TabOrder = 2
  757.         object SSLClientCertFileBrowseBtn: TUiBrowseSpeedButton
  758.           Left = 272
  759.           Top = 20
  760.           Hint = 'Browse for certificate file'
  761.           BrowseEdit = SSLClientCertFileEdit
  762.         end
  763.         object SSLClientCertFileEdit: TUiBrowseEdit
  764.           Left = 8
  765.           Top = 20
  766.           Width = 257
  767.           Height = 21
  768.           TabOrder = 0
  769.           OnChange = SomethingChangedClick
  770.           OnBrowse = Browse
  771.         end
  772.         object SSLCreateCertBtn: TUiButton
  773.           Left = 200
  774.           Top = 48
  775.           Width = 97
  776.           Caption = 'Create Certificate'
  777.           TabOrder = 1
  778.           OnClick = SSLCreateCertClick
  779.           AutoSize = asRight
  780.         end
  781.       end
  782.     end
  783.   end
  784. end
  785.